home *** CD-ROM | disk | FTP | other *** search
/ MPEG Toolkit / MPEG Toolkit.iso / dos / secmpeg3 / readme < prev    next >
Text File  |  1997-01-01  |  3KB  |  79 lines

  1.  
  2.   ************************************************************************
  3.   *
  4.   *    Filename    : README
  5.   *    Description : Startup Information
  6.   *    Part of     : SECMPEG
  7.   *
  8.   *    Version     : 1.0
  9.   *    Language    : C
  10.   *    For machine : SunOS 4.1.x, INTERACTIVE Unix 2.2.1, Linux, MS-DOS
  11.   *    Compile as  : see Makefile
  12.   *
  13.   *    Authors     : Juergen Meyer, Frank Gadegast
  14.   *    Contact     : jm@cs.tu-berlin.de, phade@cs.tu-berlin.de
  15.   *
  16.   ************************************************************************
  17.  
  18.   What is "SECMPEG" ?
  19.   ===================
  20.  
  21.   SECMPEG is first a newly defined stream, that ensures the service
  22.   of confidentiality and integrity for a MPEG-I-video-stream. 'Cause
  23.   of the amount of multimedia-data it is NOT possible to use the same
  24.   crypto- or checking-techniques for multimedia-data then for normal
  25.   files or streams.
  26.  
  27.   Therefore we defined a new stream, containing additional security
  28.   information. We tested and filtered the MPEG-I-stream to ensure that
  29.   only important and relevant data is encrypted or checked. The newly
  30.   desinged methods are not proofed but quite good tested. We can't be
  31.   sure so far, if these method really do what they are designed for.
  32.  
  33.   It is second a tool, that can insert and delete the confidentiality
  34.   and integrity data into/from a MPEG-I-stream.
  35.  
  36.   If you get any results to proof our methods, we hope to here from you !
  37.  
  38.   There is additional information (PostScript-Format) in English or German
  39.   about the secmpeg-stream definitions and the programming process available
  40.   from the authors.
  41.  
  42.  
  43.   How does it compile ?
  44.   =====================
  45.  
  46.   Well, there is a Makefile. Edit it to your needs, and type 'make'.
  47.   The program already compiles under
  48.  
  49.   - SunOS 4.1.x            using cc or gcc
  50.   - SunOS 5.0              using cc or gcc
  51.   - Solaris 2.1            using cc or gcc
  52.   - INTERACTIVE Unix 2.2.1 using cc or gcc
  53.   - Linux                  using gcc
  54.   - MS-DOS                 using gcc or Borland C 2.0 (tcc)
  55.  
  56.   You need a compiler, that understands ANSI-C so far, but the rest is
  57.   straight forward C, so it should compile nearly everywhere.
  58.  
  59.  
  60.   What can you do ?
  61.   =================
  62.  
  63.   Permission to use, copy, modify, and distribute this software and
  64.   its documentation for any purpose and without fee is hereby granted,
  65.   provided that the archive remains complete, that this author notice
  66.   will appear in all copies and as long as you don't try to make money
  67.   off it, or pretend that you wrote it.
  68.  
  69.  
  70.   Authors
  71.   =======
  72.  
  73.   Juergen Meyer                Frank Gadegast
  74.   Sonnenallee 50               Leibnizstr. 30
  75.   12045 Berlin GERMANY         10625 Berlin GERMANY
  76.  
  77.   Access: jm@cs.tu-berlin.de   Access: phade@cs.tu-berlin.de
  78.  
  79.